home *** CD-ROM | disk | FTP | other *** search
- Path: calvin.cs.ucsb.edu!not-for-mail
- From: kimhy@cs.ucsb.edu (Hyun J. Kim)
- Newsgroups: comp.lang.c++
- Subject: realloc() -- is there a method for this in c++
- Date: 7 Mar 1996 00:10:56 -0800
- Organization: Computer Science, UCSB
- Message-ID: <4hm5mg$lgl@calvin.cs.ucsb.edu>
- NNTP-Posting-Host: calvin.cs.ucsb.edu
- Keywords: dynamic
-
- Hi,
-
- I am trying to change the size of an array dynamically. In C, using realloc()
- this is possible. However, in C++, I am not sure if this is possible using
- the new operator. If you have any insight to this problem, please drop me an
- e-mail.
-
- Thanks
-
- Hyun
- kimhy@cs.ucsb.edu
-
-